# 🧹 Trigger to identify low-value characters for performance optimization
is_low_value_character = {
    trigger = {
        has_landed_title = no
        age > 50
        NOT = { has_trait = genius }
        NOT = { has_trait = strong }
        NOT = { has_trait = trait_performance_optimized }
        NOT = { is_pregnant = yes }
    }
}
